home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 August: Tool Chest
/
Dev.CD Aug 00 TC Disk 2.toast
/
pc
/
sample code
/
overview
/
win2maccountersamples
/
3. counterdialog
/
source
/
mypp_debugheaders.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-23
|
433 b
|
16 lines
// ===========================================================================
// MyPP_DebugHeaders.h ©1996-1998 Metrowerks Inc. All rights reserved.
// ===========================================================================
// Use PowerPlant-specific Precompiled header
#if __POWERPC__
#include "MyPP_DebugHeadersPPC"
#elif __CFM68K__
#include "MyPP_DebugHeadersCFM68K"
#else
#include "MyPP_DebugHeaders68K"
#endif